func net/http/pprof.collectProfile

3 uses

	net/http/pprof (current package)
		pprof.go#L276: 	p0, err := collectProfile(p)
		pprof.go#L297: 	p1, err := collectProfile(p)
		pprof.go#L321: func collectProfile(p *pprof.Profile) (*profile.Profile, error) {